Interface DTPFrame

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
DTPFrameImpl

public interface DTPFrame extends Pdu
  • Method Details

    • getVersion

      Byte getVersion()
      Returns:
      Byte Returns a Byte
    • setVersion

      void setVersion(Byte version)
      Parameters:
      version - Takes in a parameter of version
    • getDomainName

      String getDomainName()
      Returns:
      String Returns a String
    • setDomainName

      void setDomainName(String domainName)
      Parameters:
      domainName - Takes in a parameter of domainName
    • getType

      boolean getType()
      Returns:
      boolean Returns a boolean
    • setType

      void setType(boolean type)
      Parameters:
      type - Takes in a parameter of type
    • getStatus

      SwitchPortMode getStatus()
      Returns:
      SwitchPortMode Returns a SwitchPortMode
    • setStatus

      void setStatus(SwitchPortMode status)
      Parameters:
      status - Takes in a parameter of status
    • getNeighborMac

      MACAddress getNeighborMac()
      Returns:
      MACAddress Returns a MACAddress
    • setNeighborMac

      void setNeighborMac(MACAddress neighborMac)
      Parameters:
      neighborMac - Takes in a parameter of neighborMac